home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Snippets / cicnAnimDemo 1.0.2 / Read Me < prev   
Encoding:
Text File  |  1995-12-01  |  1.3 KB  |  48 lines  |  [TEXT/ttxt]

  1. cicnAnimDemo 1.0.2
  2. by Ken Long <kenlong@netcom.com>
  3.  
  4. cicnAnimDemo is a program written in C which demonstrates a method for animation using cicns. Projects (68K and PPC) for CodeWarrior included.
  5.  
  6. This demo is free.
  7.  
  8. Steve Chamberlain (author of TetrisMax 2.1) sent me this in response
  9. to a question I asked about getting cicns to move.
  10.  
  11. Try commenting out the     "FillCRect(&bRect, myPat);" line, in the
  12. DrawFrame() function, and run the project.
  13.  
  14. -Ken-
  15.  
  16. -------------------------------------------------------------------
  17. Date:  93-11-07 13:32:45 EST
  18. From:  KenLong
  19. Subj:  Little animation demo.
  20. To:    Granola
  21.  
  22. Steve:
  23.  
  24. Howdy!
  25.  
  26. Do you recall that little animation demo you sent me?  The one with 
  27. the wood-grain ppat and random cicn's floating around over it?
  28.  
  29. I was wondering if it would be okay if I post it for other people to 
  30. learn from what it demonstrates?  I've seen several questions in 
  31. programming forums that little demo would answer.
  32.  
  33. Thanks.
  34.  
  35. -Ken-
  36.  
  37. --------------------------------------------------------------------
  38. Date:  93-11-11 20:03:51 EST
  39. From:  Granola
  40. Subj:  Re: Little animation demo.
  41. To:      KenLong
  42.  
  43. Sure, feel free to post it. It's not the greatest code, but if it 
  44. can help some people out... why not?   Thanks for asking.
  45.  
  46. Steve
  47.  
  48. ------------------------------------------------------------------